home *** CD-ROM | disk | FTP | other *** search
- //========================================================================================
- //
- // Exploder description for 'MSTR' (ODF multi-string) resources
- //
- // Author: Steve Crutchfield
- //
- // Copyright: (c) 1996 by Apple Computer, Inc., all rights reserved.
- //
- // The EDL and VDL code describing this resource type rely heavily
- // on the use of class labels (four-character codes) used by
- // ODF's archiver. However, the base MenuBar object is not
- // archivable and thus has no class label. In order to preserve
- // the symmetry required by ResEdit's recursive "SELF" command,
- // a dummy class label ('root') is inserted at the top level of
- // the menu hierarchy by a plug-in command.
- //
- //========================================================================================
-
- Word(fNumStrings);
-
- Data(fIndex, 4 * fNumStrings);
-
- List(fList, String, Unbounded)
- {
- MultiStringIndex();
- String(fString, ZeroTerminator);
- }
-